home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
yam_i_dodatki
/
yamscripts
/
edit.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-22
|
363b
|
11 lines
/* Quickly edits a message in any folder. Don't screw up the headers!
** Just select a message and start this script. You may want to change
** 'sys:tools/memacs' to some other editor and it might not support the
** start line like µemacs ('GOTO 12')
*/
options results
address 'YAM' 'GetMailInfo File'
address command 'sys:tools/memacs' result 'GOTO 12'
exit